cocos2d-x 的安装 for mac
哥们我看的兄弟连的教程,老师讲的时候说还要安装一些 android sdk , android ndk 和 ant,也没说怎么安装。
本人是这么安装的,下载的cocos2d-x的2.2.3版本。
使用终端[命令行方式] 进入到
/Users/xiaokang/Desktop/cocos2d-x-2.2.3/tools/project-creator
运行命令
python create_project.py -project helloworld -package blog.asdasd.cn -language cpp
会生成一个文件
New project has been created in this path: /Users/xiaokang/Desktop/cocos2d-x-2.2.3/projects/helloworld
Have Fun!
运行里面的proj.ios文件 用xcodo打开 运行 编译执行 就能打开项目了。